PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / transformPoint Method / transformPoint(PDFPoint) Method
Point to transform.
In This Topic
    transformPoint(PDFPoint) Method
    In This Topic
    Applies the geometric transform represented by this matrix to a specified point.
    Syntax
    public PDFPoint transformPoint( 
       PDFPoint point
    )

    Parameters

    point
    Point to transform.

    Return Value

    Transformed point.
    See Also